You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > SetIt Method > Vector.SetIt Method (int, [In] double[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.SetIt Method (int, [In] double[])

Sets object values.

Syntax
C#
Visual Basic
public TMtxVec SetIt(int Index, [In] double[] A);

Set object values. Method call does not change object's size or Complex property, but it does check for array overrun. The elements of A array are copied to the calling object elements, starting at Index. If the calling object is complex, then real parts of complex numbers are on even (0,2,4..) and imaginary parts on odd indexes.(1,3,5,..).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!